home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / frame_5215 / PlaceObject2_1223_254 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-21  |  138b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    this._x -= goX;
  3.    this._y -= goY;
  4.    if(_root.ds3._currentframe == 1)
  5.    {
  6.       nextFrame();
  7.    }
  8. }
  9.